var encoding/xml.attrType

3 uses

	encoding/xml (current package)
		marshal.go#L649: 	if val.Type() == attrType {
		read.go#L298: 	if val.Type() == attrType {
		read.go#L307: 	attrType            = reflect.TypeFor[Attr]()